DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1DynamicList<T> Class / C1DynamicList<T> Constructor / C1DynamicList<T> Constructor(Int32,Int32)
The initial number of items in the collection
Specifies the length of the memory blocks used to store the items.

In This Topic
    C1DynamicList<T> Constructor(Int32,Int32)
    In This Topic
    Initializes a new instance of the C1DynamicList<T> class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal count As Integer, _
       Optional ByVal partitionLength As Integer _
    )
    public C1DynamicList<T>( 
       int count,
       int partitionLength
    )

    Parameters

    count
    The initial number of items in the collection
    partitionLength
    Specifies the length of the memory blocks used to store the items.
    See Also